Interface RuntimeAttributesProvider
public interface RuntimeAttributesProvider
- 
Method SummaryModifier and TypeMethodDescriptionRuntime Attributes are arbitrary pieces of information used by the tag providers/tag stores.
- 
Method Details- 
getRuntimeAttributesMetaPropertyCollection 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.
 
-