document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @Singleton
  2. public class Test {
  3.  
  4.     public void test() {
  5.         System.out.println("test");
  6.     }
  7.    
  8. }
');