@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Injectable
Created by futeh.
This is used by resources to RECURSIVELY inject a target's properties.
When injecting a target, its properties are also injected if they are annotated.