mql-utils
A Java library that offers compile-time checking for the best practices taught by Mr. Noureddine CHENFOUR, in addition to other utility classes & annotations.
How to use
- Create a
package-info.java
file anywhere in your project - Annotate the package declaration with the
@CheckForBestPractices
annotation, which is required to trigger the checks. This will result into basic class names' checking, but you can further customize the process using the API's annotations.
To customize the best practices' checks:
@Action
,
@Model
,
@Dao
,
@Service
,
@NameSuffixedWith
To generate code:
@ActionRequired