Annotation Type Final


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Final
    It indicates that the Element is final and cannot be extended/derived. This is needed because the type definition is made with interface.
    Author:
    Luca Frosini (ISTI - CNR)