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

public final class SemanticTermsTypeAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
A public TypeAnnotation that holds the semantic terms associated to annotated type.

A semantic terms describe the type's meaning and effect

Since:
1.4.0
  • Constructor Details

    • SemanticTermsTypeAnnotation

      public SemanticTermsTypeAnnotation(Set<String> semanticTerms)
  • Method Details

    • getSemanticTerms

      public Set<String> getSemanticTerms()
    • getName

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

      public boolean isPublic()
      Specified by:
      isPublic in interface org.mule.metadata.api.annotation.TypeAnnotation
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object