Annotation Type RequiresGoogleProjectId


  • @Documented
    @Retention(RUNTIME)
    @Target({PACKAGE,TYPE,METHOD})
    @Requires(condition=RequiresProjectIdCondition.class)
    public @interface RequiresGoogleProjectId
    A custom condition that indicates the bean requires a configured Google Project ID.
    Since:
    1.0
    Author:
    graemerocher