net.sf.jsefa.common.converter
Annotation Type EnumConstant


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface EnumConstant

Enum constant annotation.

Author:
Norman Lahme-Huetig

Required Element Summary
 String value
          The display name of the enum constant.
 

Element Detail

value

public abstract String value
The display name of the enum constant.



Copyright © 2014. All rights reserved.