Annotation Type AboutToHide


  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface AboutToHide
    Use this annotation to act on to the list of dynamically shown entries within a DynamicMenuContributionItem. Usage in contribution class:

    @AboutToHide
    public void aboutToHide(List<MMenuElement> items) { }

    Since:
    1.0
    See Also:
    IMenuListener2