Annotation Type UnitsRelations
-
@Documented @Retention(RUNTIME) public @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 interfaceorg.checkerframework.checker.units.UnitsRelations.- See Also:
org.checkerframework.checker.units.UnitsRelations
-
-
Element Detail
-
value
Class<?> value
Returns the subclass oforg.checkerframework.checker.units.UnitsRelationsto use.- Returns:
- the subclass of
org.checkerframework.checker.units.UnitsRelationsto use
-
-