Annotation Type StateDependent


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface StateDependent
    Indicates that a public static method is to be evalated by JEL at runtime not compile time, even if its arguments can be determined at compile time.
    Since:
    27 Jan 2022
    Author:
    Mark Taylor