Sign in
eclipse
/
objectteams
/
org.eclipse.objectteams
/
ceb4818d79ac495c51f188b9fdc631d7d4fcc8d6
/
.
/
othersrc
/
JCLMin1.5
/
src
/
java
/
lang
/
annotation
/
Target.java
blob: c7157c8740647941db1ba8a984ad40e26ee78bf4 [
file
]
package
java
.
lang
.
annotation
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
(
ElementType
.
ANNOTATION_TYPE
)
public
@interface
Target
{
ElementType
[]
value
();
}