Java Pluggable Annotation Processor (JPAP) using to check for special annotation in Java class and to generate TypeScript interface.
How to launch:
- Open and build annotationProcessor project;
- Use command Build->Build Artifacts;
- Open annotationUsage project;
- Use terminal to build project in Gradle with gradle clean build command.