examples/tomcat6/apache-tomcat-6.0.35-src/libs/commons-dbcp-1.3-src/src/java/org/apache/commons/jocl/ConstructorUtil.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    22 
    22 
    23 /**
    23 /**
    24  * Miscellaneous {@link Constructor} related utility functions.
    24  * Miscellaneous {@link Constructor} related utility functions.
    25  *
    25  *
    26  * @author Rodney Waldhoff
    26  * @author Rodney Waldhoff
    27  * @version $Revision: 1.4 $ $Date: 2015-01-28 02:11:06 $
    27  * @version $Revision: 1.5 $ $Date: 2015-03-20 12:08:10 $
    28  */
    28  */
    29 public class ConstructorUtil {
    29 public class ConstructorUtil {
    30     /**
    30     /**
    31      * Returns a {@link Constructor} for the given method signature, or <tt>null</tt>
    31      * Returns a {@link Constructor} for the given method signature, or <tt>null</tt>
    32      * if no such <tt>Constructor</tt> can be found.
    32      * if no such <tt>Constructor</tt> can be found.