public interface InjectableAttribute
AttributeDescriptor that should be injected
into specific MetacardTypes or into all MetacardTypes).
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
| Modifier and Type | Method and Description |
|---|---|
String |
attribute()
Returns the name of the
AttributeDescriptor to be injected. |
Set<String> |
metacardTypes()
Returns the names of the
MetacardTypes into which this attribute should be injected. |
String attribute()
AttributeDescriptor to be injected.AttributeDescriptor to be injectedSet<String> metacardTypes()
MetacardTypes into which this attribute should be injected.
Should return an empty set if this attribute should be injected into all MetacardTypes.
MetacardTypes into which this attribute should be injected, or
an empty set if this attribute should be injected into all MetacardTypesThis work is licensed under a Creative Commons Attribution 4.0 International License.