@Documented @Retention(value=RUNTIME) @Target(value=FIELD) @Inherited public @interface LeoConfigurationParameter
Modifier and Type | Fields and Description |
---|---|
static String |
FIELD_NAME
The default name value if one is not set.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Description of the parameter.
|
boolean |
mandatory
Specifies whether or not this parameter is required.
|
String |
name
Name of the parameter.
|
public static final String FIELD_NAME
public abstract String name
public abstract String description
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.