Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 338 Bytes

CompileStatic.md

File metadata and controls

11 lines (6 loc) · 338 Bytes

Pattern: Missing compile annotation for class

Issue: -

Description

Enforces classes are annotated either with one of the @CompileStatic, @GrailsCompileStatic or @CompileDynamic annotations.

Further Reading