Annotation Interface ImplementedBy


@Retention(RUNTIME) @Target(TYPE) public @interface ImplementedBy
A pointer to the default implementation of a type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The implementation type.
  • Element Details

    • value

      Class<?> value
      The implementation type.