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
- Presentation of annotation processor