Sign in
apache
/
maven-plugin-tools
/
plugin-tools-java5
/
.
/
maven-plugin-tools-java
/
src
/
test
/
resources
/
source3
/
TestAnnotation.java
blob: 1e9e8b1132d15695e0b34b938b0752a2f8e221dd [
file
]
package
source3
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
(
ElementType
.
ANNOTATION_TYPE
)
public
@interface
TestAnnotation
{
}