forked from bjrke/JSR305CheckstylePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
fabotronix/JSR305CheckstylePlugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
to develop just import project to eclipse with default settings to build the jar type ant to use copy JSR305Checkstyle-x.x.x.jar into your eclipse dropins directory or add it as compile lib to the classpath of the checkstyle task. add this to your checkstyle.xml <module name="Jsr305Annotations"> <property name="packages" value="your.package.path.to.check,another.package.path.to.check"/> </module> and enjoy
About
a plugin which ensures nullness annotations on methods and constructors
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 100.0%