Annotation Interface RuntimeType.PrototypedBy

Enclosing class:
RuntimeType

@Target(TYPE) @Retention(CLASS) @Deprecated(forRemoval=true, since="4.4.0") public static @interface RuntimeType.PrototypedBy
Deprecated, for removal: This API element is subject to removal in a future version.
this is an unnecessary duplication of what is required on the blueprint, use only blueprint Prototype.Factory instead.
This annotation is no longer used.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Prototype.Api>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Type of the prototype.
  • Element Details

    • value

      Class<? extends Prototype.Api> value
      Deprecated, for removal: This API element is subject to removal in a future version.
      Type of the prototype.
      Returns:
      prototype class