Skip to content

letalvoj/JSR305CheckstylePlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Java 100.0%