document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. import java.lang.annotation.*;
  2.  
  3. @Retention(RetentionPolicy.RUNTIME)
  4. public @interface Singleton {
  5. }
');