JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aspectj.lang.annotation
DeclareAnnotation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Interface DeclareAnnotation
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
FIELD
,
METHOD
,
CONSTRUCTOR
})
public @interface
DeclareAnnotation
Author:
Alexandre Vasseur
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Element Details
value
String
value
Returns:
the pointcut (type pattern for type, or method/ctor/field signature pattern)