Annotation Interface SqlExIsNullExprPosition
@Target(METHOD)
@Retention(RUNTIME)
@Repeatable(SqlExIsNullExprPositions.class)
public @interface SqlExIsNullExprPosition
-
Required Element Summary
Required Elements
-
Element Details
-
not
boolean not -
marker
int marker -
start
int start -
end
int end
-