Annotation Type Dependency


  • @Documented
    @Retention(RUNTIME)
    @Target({CONSTRUCTOR,FIELD,METHOD})
    public @interface Dependency
    Annotates a Field, Method or Constructor for dependency injection.
    Author:
    Daniel Sagenschneider