public class ParameterDslAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
| Constructor and Description |
|---|
ParameterDslAnnotation(boolean allowInlineDefinition,
boolean allowReferences)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsInlineDefinition() |
boolean |
allowsReferences() |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
public static final String NAME
public ParameterDslAnnotation(boolean allowInlineDefinition,
boolean allowReferences)
allowInlineDefinition - whether the associated element should support inline definition as child elementallowReferences - whether the associated element should support registry referencespublic String getName()
getName in interface org.mule.metadata.api.annotation.TypeAnnotationparameterDslpublic boolean allowsInlineDefinition()
public boolean allowsReferences()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.