Annotation Interface UnitsRelations
Specify 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 interface 
UnitsRelations.- See Also:
 - See the Checker Framework Manual:
 - Units Checker
 
- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<?> Returns the subclass ofUnitsRelationsto use. 
- 
Element Details
- 
value
Class<?> valueReturns the subclass ofUnitsRelationsto use.- Returns:
 - the subclass of 
UnitsRelationsto use 
 
 -