| Sign In/My Account | View Cart |
| Article: |
Validating Objects Through Metadata | |
| Subject: | Multiple occurance of Annotation.. | |
| Date: | 2005-02-15 04:19:08 | |
| From: | vinAnnotation | |
|
I would like to know whether its possible to declare multiple times a same annotation: for e.g. If I have a annotation say: @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @interface MyAnnotation { String Name(); }
|
||