Skip to content

Instantly share code, notes, and snippets.

@andytill
Created December 22, 2012 18:15
Show Gist options
  • Save andytill/4360295 to your computer and use it in GitHub Desktop.
Save andytill/4360295 to your computer and use it in GitHub Desktop.
@Target({ TYPE, METHOD }) @Retention(RUNTIME) @ScopeAnnotation
public @interface BookScoped
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment