com.bea.wli.common
Annotation Type Defines.Entry


@Target(value={})
public static @interface Defines.Entry


Optional Element Summary
 String name
          The name to use when referring to the data.
 String value
          The data referred to by the name.
 

name

public abstract String name
The name to use when referring to the data.

Default:
""

value

public abstract String value
The data referred to by the name.

Default:
""