annotations library

Karee Annotation

This library helps you to know all the annotations used by Karee. Each of them are useful and works with code generation.

Annotations exposed

Classes

KareeInjector
Karee part used to retrieve injectable via its type.
Module
Module class is used to annotate other classes that define Module.
Screen
Annotation used to annotate screens.
Value
Annotation used to read and inject value from application configuration file. located in resources/config/application.yaml

Constants

Autowired → const AutowiredAnnotation
Description
Controller → const ControllerReflectable
Controller Instance of ControllerReflectable, used as Annotation on all controller's class in project.
Service → const ServiceAnnotation
Service annotation instance.