Package de.pangaea.metadataportal.utils
Annotation Type PublicForDigesterUse
-
@Documented @Retention(RUNTIME) public @interface PublicForDigesterUse
This annotation is used to mark methods/classes that are only declaredpublic
for use byDigester
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.- Author:
- Uwe Schindler