Annotation Type Dependency


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Dependency
    Annotates a field to be an injected dependency.
    Author:
    Daniel Sagenschneider