@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Context
GlobalContext
.
Can be used to access the GlobalContext to wire other objects or to lookup a named part via
GlobalContext.findPart(String, Class)
.
Copyright © 2016. All rights reserved.