|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) public @interface PublicForDigesterUse
This annotation is used to mark methods/classes that are only
declared public for use by Digester but are not
intended to be public. So please do not use them in your Java code!
The annotation should always be used together with @Deprecated
to warn the user if it is used in code outside of Digester.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||