Interface AttributeReference

All Superinterfaces:
WithKey
All Known Implementing Classes:
AttributeReferenceImpl

public interface AttributeReference extends WithKey
AttributeReference
Example to create an instance using the builder pattern

     AttributeReference attributeReference = AttributeReference.builder()
             .key("{key}")
             .build()