Annotation Type UnitsRelations
-
@Documented @Retention(RUNTIME) public @interface UnitsRelationsSpecify the class that knows how to handle the meta-annotated unit when put in relation (plus, multiply, ...) with another unit. That class is a subtype of interfaceUnitsRelations.- See Also:
UnitsRelations- See the Checker Framework Manual:
- Units Checker
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueReturns the subclass ofUnitsRelationsto use.
-
-
-
Element Detail
-
value
java.lang.Class<?> value
Returns the subclass ofUnitsRelationsto use.- Returns:
- the subclass of
UnitsRelationsto use
-
-