Annotation Interface Weight


@Target(TYPE) @Retention(RUNTIME) public @interface Weight
Annotation that can define a type weight. The higher the weight, the more important this type is.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    double
    Weight of this type.
  • Element Details

    • value

      double value
      Weight of this type.
      Returns:
      weight