GroupId: | io.github.JowsNunez |
ArtifactId: | NBERSC |
Author: | Jose Alfredo Nuñez Aguirre |
License: | GNU GPL 3.0 |
Homepage: | https://github.com/JowsNunez/nb-ersc |
2023-03-30 2023-04-05 781
Code Generation Utilities
Plugin version | NetBeans compatible |
---|---|
0.0.1 | NB 17 |
0.0.2 | NB 17 |
1.0.0 | NB 17 |
1.0.1 | NB 17 |
You must create an entity before using the plugin.
Add @author annotation and author's name as shown in the example.
The class cannot have both implements
and extends
keywords.
Refer to the example template class provided at https://github.com/JowsNunez/nb-ersc/blob/main/readme.md.
Package names should only use lowercase letters, and entities should be placed in a package with the name 'entity'.
If you have a problem with the plugin, create an issue on GitHub.