Interface RuntimeAttributesProvider
public interface RuntimeAttributesProvider
- 
Method Summary
Modifier and TypeMethodDescriptionRuntime Attributes are arbitrary pieces of information used by the tag providers/tag stores. 
- 
Method Details
- 
getRuntimeAttributes
MetaPropertyCollection getRuntimeAttributes()Runtime Attributes are arbitrary pieces of information used by the tag providers/tag stores. Only they should really use it, but obviously the data should be cloned if the item is. 
 -