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