Package com.helger.commons.annotation
Annotation Type MustImplementComparable
-
@Retention(CLASS) @Target({TYPE,FIELD}) @Documented public @interface MustImplementComparable
Just to indicate that a class is required to implementComparable. This is e.g. important if an interface or class is used as the key in aTreeMap.- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-