Annotation Interface RequiresGraphQLWs
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE})
@Requires(property="graphql.graphql-ws.enabled",notEquals="false") @Requires(beans=graphql.GraphQL.class)
public @interface RequiresGraphQLWs
Meta annotation for GraphQL web socket requirements.
- Since:
- 1.3
- Author:
- Gerard Klijs