Skip to content

Instantly share code, notes, and snippets.

@TheAner
Last active March 3, 2020 14:42
Show Gist options
  • Save TheAner/22ae339bb7d9439911d121c2186c1586 to your computer and use it in GitHub Desktop.
Save TheAner/22ae339bb7d9439911d121c2186c1586 to your computer and use it in GitHub Desktop.
Lombok i jego wspaniałości - https://theaner.pl/lombok-i-jego-wspanialosci/
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class Main {
public static void main(String[] args) {
log.info("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment