Annotation Type Internal


  • @Documented
    @Target({TYPE,METHOD,CONSTRUCTOR,PACKAGE})
    @Retention(CLASS)
    public @interface Internal
    The package, class or method to which this annotation is applied is marked as internal and its use ought to be avoided.