Annotation Interface EntryPoint


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Inherited public @interface EntryPoint
EntryPoint is a meta-annotation used on other annotations to indicate that the annotated element is an entry point into the framework from the outside. This is useful to identify ingress points that may require reflection to proceed.
Since:
1.1
Author:
graemerocher