/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

  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package au.org.emii.portal.aspect;
  6. import java.lang.annotation.ElementType;
  7. import java.lang.annotation.Retention;
  8. import java.lang.annotation.RetentionPolicy;
  9. import java.lang.annotation.Target;
  10. /**
  11. *
  12. * @author geoff
  13. */
  14. @Target( {ElementType.METHOD })
  15. @Retention(RetentionPolicy.RUNTIME)
  16. public @interface LogSetterValue {}