document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. package javax.persistence;
  2.  
  3. @Target(TYPE) @Retention(RUNTIME)
  4. public @interface Entity
  5. {
  6.    String name( ) default "";
  7. }
');