/webportal/src/main/java/au/org/emii/portal/aspect/LogSetterValue.java
http://alageospatialportal.googlecode.com/ · Java · 19 lines · 8 code · 3 blank · 8 comment · 0 complexity · c4f49c3132f6bcd9d0db097be4c07e75 MD5 · raw file
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package au.org.emii.portal.aspect;
- import java.lang.annotation.ElementType;
- import java.lang.annotation.Retention;
- import java.lang.annotation.RetentionPolicy;
- import java.lang.annotation.Target;
- /**
- *
- * @author geoff
- */
- @Target( {ElementType.METHOD })
- @Retention(RetentionPolicy.RUNTIME)
- public @interface LogSetterValue {}