org.sonatype.gshell.util.pref
Annotation Type Preferences


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Preferences

Configures a class as containing preferences under a specific path.

Since:
2.2
Author:
Jason Dillon

Required Element Summary
 String path
           
 

Element Detail

path

public abstract String path


Copyright © 2008-2011 Sonatype. All Rights Reserved.