Annotation Interface Aspect


@Retention(RUNTIME) @Target(TYPE) public @interface Aspect
Aspect declaration
Author:
Alexandre Vasseur
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the per clause expression, defaults to singleton aspect. Valid values are "" (singleton), "perthis(...)", etc
      Default:
      ""