Annotation Type 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
      java.lang.Class<?> value
      The implementation type.
    • Element Detail

      • value

        java.lang.Class<?> value
        The implementation type.