Annotation Interface DefaultDataContext


@Documented @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) @Retention(CLASS) public @interface DefaultDataContext
Indicates that the annotated method, field, or constructor uses the default data context. Can be used to emit warnings similar to @Deprecated.
Since:
10.1
Author:
Evan Ward