java.lang.Object
org.mule.runtime.extension.api.declaration.type.annotation.ExtensibleTypeAnnotation
All Implemented Interfaces:
org.mule.metadata.api.annotation.TypeAnnotation

public class ExtensibleTypeAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
Marks that the annotated type is of Extensible kind, declaring that a given type can be extended by others in the context of the ExtensionModel.
Since:
1.0
  • Field Details

  • Constructor Details

    • ExtensibleTypeAnnotation

      public ExtensibleTypeAnnotation()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.mule.metadata.api.annotation.TypeAnnotation
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object