@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ContextParent
The context objects for instances of the enclosing class will have the referent of the annotated field associated as a parent of the instance.
Copyright © 2016. All rights reserved.