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 interface
invalid reference
org.checkerframework.checker.units.UnitsRelations
.
See Also:
  • invalid reference
    org.checkerframework.checker.units.UnitsRelations
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the subclass of
    invalid reference
    org.checkerframework.checker.units.UnitsRelations
    to use.
  • Element Details

    • value

      Class<?> value
      Returns the subclass of
      invalid reference
      org.checkerframework.checker.units.UnitsRelations
      to use.
      Returns:
      the subclass of
      invalid reference
      org.checkerframework.checker.units.UnitsRelations
      to use