Annotation Type BurmaShave


  • @Retention(SOURCE)
    @Visionary("Paul Cowan")
    public @interface BurmaShave
    Indicates that the annotated code is a Burma-Shave jingle. For example:
       @BurmaShave
       public void handleError() {
    
         if (jobIsDead()
             || connIsDropped()) {
    
           logAWarning();
           thread.stop();
           // Burma Shave.
    
         }
       }