Annotation Type NotUpgradeSensitive


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface NotUpgradeSensitive
    Indicates that the class in question is not subject to upgrade concerns. This means it is not part of a job in any shape or form. It is not persisted in any way. Examples include Actions that displays a help link.
    Since:
    3.0.0