@Documented
@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface ResourcesAware
Annotates a class.
When annotating a class it indicates that it will be able to locate resources using Griffon's standard resource loading mechanism.
The following methods will be added to classes annotated with @ResourcesAwarepublic URL getResourceAsURL(java.lang.String)
public URL getResourceAsStream(java.lang.String)
public List>URL< getResources(java.lang.String)
public ClassLoader classloader()