Skip to content

antoine-aumjaud/annotation-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Annotation processor

This project define annotations used directly by the JDK compiler.

  • TestClass: check that the annoted class is in the same package of the tested class and with the same name ended by 'Test'
  • SerializablesClasses: Add this annotation in package-info.java and all classes in this package should be serializable

Links

About

Java Annotation processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages