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

public class InfrastructureTypeAnnotation extends org.mule.metadata.api.annotation.MarkerAnnotation
A TypeAnnotation used as a marker for ObjectType instances, signaling that such type is an Infrastructure Type.
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.mule.metadata.api.annotation.MarkerAnnotation

    equals, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.mule.metadata.api.annotation.TypeAnnotation

    isPublic
  • Field Details

  • Constructor Details

    • InfrastructureTypeAnnotation

      public InfrastructureTypeAnnotation()
  • Method Details