de.beamertool.util.configuration
Annotation Type SettingDetails


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

Annotation for settings saving and seetings generation (IPicker)

Author:
ocm-zeeman

Optional Element Summary
 Class<? extends PropertyEditor> editor
          Editor for the given setting
 SettingDetails.SaveGroupEnum group
          Indicates the setting group of a given setting
 

group

public abstract SettingDetails.SaveGroupEnum group
Indicates the setting group of a given setting

Default:
de.beamertool.util.configuration.SettingDetails.SaveGroupEnum.STUFF

editor

public abstract Class<? extends PropertyEditor> editor
Editor for the given setting

Default:
java.beans.PropertyEditor.class