test
parent
9f952ab031
commit
b84527091f
|
@ -0,0 +1,10 @@
|
|||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
/target
|
||||
/settings.xml
|
||||
/dist
|
||||
/.factorypath
|
||||
/*.BASE.xml
|
||||
/*.LOCAL.xml
|
||||
/*.REMOTE.xml
|
|
@ -12,7 +12,7 @@ import java.lang.annotation.Target;
|
|||
*
|
||||
*/
|
||||
@Target(ElementType.FIELD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface AuditarAtributo {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue