master
Fabio 2024-11-07 08:06:17 -03:00
parent 9f952ab031
commit b84527091f
2 changed files with 11 additions and 1 deletions

10
.gitignore vendored 100644
View File

@ -0,0 +1,10 @@
/.classpath
/.project
/.settings
/target
/settings.xml
/dist
/.factorypath
/*.BASE.xml
/*.LOCAL.xml
/*.REMOTE.xml

View File

@ -12,7 +12,7 @@ import java.lang.annotation.Target;
*
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Retention(RetentionPolicy.RUNTIME)
public @interface AuditarAtributo {
/**