Interface ShadowAttribute<PV,RV>

All Known Subinterfaces:
ShadowSimpleAttribute<T>
All Known Implementing Classes:
ShadowReferenceAttribute, ShadowSimpleAttributeImpl

@Experimental public interface ShadowAttribute<PV,RV>
Access to both ShadowSimpleAttribute and ShadowReferenceAttribute. Currently, it cannot extend Item because of the clash on many methods, like Item.getValue(). (To be researched further.)