Annotation Type PublicForDigesterUse


  • @Documented
    @Retention(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.
    Author:
    Uwe Schindler