Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ConstructorDescImpl (0.06 seconds)

  1. src/main/java/org/codelibs/core/beans/impl/ConstructorDescImpl.java

    import org.codelibs.core.beans.factory.ParameterizedClassDescFactory;
    import org.codelibs.core.lang.ConstructorUtil;
    
    /**
     * Implementation class of {@link ConstructorDesc}.
     *
     * @author koichik
     */
    public class ConstructorDescImpl implements ConstructorDesc {
    
        /** The {@link BeanDesc} of the class that owns this method */
        protected final BeanDesc beanDesc;
    
        /** Constructor */
        protected final Constructor<?> constructor;
    
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sat May 10 01:32:17 GMT 2025
    - 5K bytes
    - Click Count (0)
Back to Top