public class MinLengthUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_LENGTH_DEFAULT |
| Constructor and Description |
|---|
MinLengthUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
determineMinLength(Method method)
Finds the value of the
MinLength annotation on the first parameter of the
supplied method. |
public static final int MIN_LENGTH_DEFAULT
public MinLengthUtil()
public static int determineMinLength(Method method)
MinLength annotation on the first parameter of the
supplied method.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.