Package org.dalesbred.annotation
Annotation Interface SQL
@Retention(CLASS)
@Target({METHOD,FIELD,PARAMETER,LOCAL_VARIABLE})
@Deprecated
public @interface SQL
Deprecated.
IDEA no longer detects @Language from meta-annotations os use use @Language directly
Marks a string variable as containing SQL. IntelliJ IDEA uses this to provide syntax highlighting
for SQL-strings, otherwise it's mostly useful as a form of documentation.