Annotation Type Programming


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Programming
    Indicates that a method requires programming rights to be executed. Note that this annotation is only used for documentation purpose right now.
    Since:
    1.4M1