Class ParameterDslAnnotation
java.lang.Object
org.mule.runtime.extension.api.declaration.type.annotation.ParameterDslAnnotation
- All Implemented Interfaces:
org.mule.metadata.api.annotation.TypeAnnotation
public class ParameterDslAnnotation
extends Object
implements org.mule.metadata.api.annotation.TypeAnnotation
Contains directives regarding syntax and semantics of the generated XML DSL
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterDslAnnotation(boolean allowInlineDefinition, boolean allowReferences) Creates a new instance -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.metadata.api.annotation.TypeAnnotation
isPublic
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ParameterDslAnnotation
public ParameterDslAnnotation(boolean allowInlineDefinition, boolean allowReferences) Creates a new instance- Parameters:
allowInlineDefinition- whether the associated element should support inline definition as child elementallowReferences- whether the associated element should support registry references
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.mule.metadata.api.annotation.TypeAnnotation- Returns:
parameterDsl
-
allowsInlineDefinition
public boolean allowsInlineDefinition()- Returns:
- whether the associated element should support inline definition as child element
-
allowsReferences
public boolean allowsReferences()- Returns:
- whether the associated element should support registry references
-
hashCode
public int hashCode() -
equals
-