Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnnotationUtil (0.06 sec)

  1. src/main/java/org/codelibs/core/lang/AnnotationUtil.java

    import org.codelibs.core.beans.factory.BeanDescFactory;
    
    /**
     * Utility class for annotations.
     *
     * @author higa
     */
    public abstract class AnnotationUtil {
    
        /**
         * Do not instantiate.
         */
        protected AnnotationUtil() {
        }
    
        /**
         * Returns the elements of the annotation as a {@link Map} of names and values.
         *
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top