Skip to content

letsgotoplay/E4-Examples

Repository files navigation

E4-Examples

Annotation processor

provide method level annotation and class level annotation. then annotation processor lib will retrieve those annotation's meta data to produce "extensions.xml" in classpath at compile. also provide a class in lib to print this xml out at runtime

Annotation ast

an lombok custom annotation handler to produce static method for annotation class at compile time.

Annotation example

the client to use annotations. Use Java Decompiler to check generated "SingletonExample.class"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages