Package org.terracotta.context
Interface ContextElement
-
public interface ContextElementA shadow context associated with a Java object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>attributes()The set of attributes for the associated Java object.Class<?>identifier()The type of the associated Java object.
-