Skip to content

Instantly share code, notes, and snippets.

@debop
Created July 6, 2013 14:46
Show Gist options
  • Select an option

  • Save debop/5940124 to your computer and use it in GitHub Desktop.

Select an option

Save debop/5940124 to your computer and use it in GitHub Desktop.
@Target( { ElementType.METHOD } )
@Retention( RetentionPolicy.RUNTIME )
@Inherited
public @interface ReadOnlyConnection {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment