Skip to content

ptidejteam/tutorials-ProjectLombok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Annotations in Java with Project Lombok

Annotations are a kind of metadata, which developers can use to change the behaviour of the compiler or the runtime beyond what's possible in the programming language itself. This presentation shows how to create a custom annotation @Singleton, in Java, using Project Lombok. It discusses the limitations of reflection/introspection, the discovery mechanism for annotations, and the need and means for altering compiler behaviour.

About

Custom Annotations in Java with Project Lombok

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages