Annotation Interface Prototype.Implement

Enclosing class:
Prototype

public static @interface Prototype.Implement
Add additional interfaces to implement by the prototype. Provide correct types (fully qualified) for generics.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Interfaces to implement, such as java.lang.Comparable<io.helidon.common.types.TypeName>.
  • Element Details

    • value

      String[] value
      Interfaces to implement, such as java.lang.Comparable<io.helidon.common.types.TypeName>.
      Returns:
      interfaces to implement