Package org.dalesbred.annotation
Annotation Type 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 directlyMarks 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.