public final class DefaultValueUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getDefaultValue(Annotation[] annotations)
Returns the value of the
DefaultValue.value() if found in annotations. |
@Nullable public static String getDefaultValue(Annotation[] annotations)
DefaultValue.value() if found in annotations.annotations - Array of annotations (can be null).DefaultValue.value() if found, otherwise null.Copyright © 2011. All rights reserved.