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

public class ParameterResolverTypeAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
TypeAnnotation indicating that the real type of the of the annotated type is a ParameterResolver
Since:
1.0
See Also:
  • Constructor Details

    • ParameterResolverTypeAnnotation

      public ParameterResolverTypeAnnotation()
  • Method Details

    • 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