Annotation Type Provided


  • @Target(PARAMETER)
    @Retention(SOURCE)
    public @interface Provided
    Apply this annotation to a parameter in a @GenerateCreator constructor to have it be injected (via JSR-330).