Skip to content

Instantly share code, notes, and snippets.

@krisskross
Created May 2, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisskross/2579618 to your computer and use it in GitHub Desktop.
Save krisskross/2579618 to your computer and use it in GitHub Desktop.
simple configuration
@Config(desc="Config class")
public class MyClass {
@Id(desc="Identification")
private String id;
@Config(desc="Name is a name")
private String name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment