Skip to content

Instantly share code, notes, and snippets.

@tristantarrant
Created November 11, 2011 12:32
Show Gist options
  • Select an option

  • Save tristantarrant/1357890 to your computer and use it in GitHub Desktop.

Select an option

Save tristantarrant/1357890 to your computer and use it in GitHub Desktop.
package net.dataforte.classretentionuser;
import net.dataforte.classretention.SimpleAnnotation;
import net.dataforte.classretention.SimpleEnum;
public class SimpleClass {
@SimpleAnnotation(aSimpleEnum=SimpleEnum.ONE, anInt=1, aString="s")
void aMethod() {
System.out.println("ok");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment