Skip to content

The Annotation Processing Engine has the capability of scanning the annotated classes, fields and methods in a given package and processing them according to the instruction provided to the engine.

Notifications You must be signed in to change notification settings

SubhadeepSen/Annotation-Processor-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Annotation Processor Engine

The Annotation Processing Engine has the capability of scanning the annotated classes, fields and methods in a given package and processing them according to the instruction provided to the engine. @DefineController and @DefineComponent are the class level annotations by which the engine identifies a class and creates its object in the object container. @AutoInject is a field level annotation which helps the engine to process dependency injection. @HandlerMethod is a method level annotation which helps the engine to identify a method inside an annotated class and execute it by injecting the required arguments.

About

The Annotation Processing Engine has the capability of scanning the annotated classes, fields and methods in a given package and processing them according to the instruction provided to the engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages