Annotation Interface RequiresGraphQL


@Documented @Retention(RUNTIME) @Target({PACKAGE,TYPE}) @Requires(property="graphql.enabled",notEquals="false") @Requires(beans=graphql.GraphQL.class) public @interface RequiresGraphQL
Meta annotation for GraphQL requirements.
Since:
1.0
Author:
James Kleeh