Annotation Interface EntryPoint
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE})
public @interface EntryPoint
Indicates that the annotated element is a notional entry point into a larger
API surface.
- Author:
- Laird Nelson