Annotation Type HandsOff


  • @Documented
    @Retention(RUNTIME)
    @Visionary("Paul Cowan")
    public @interface HandsOff
    Indicates that the annotated code should not be modified without consulting the specified person. For example:
       @HandsOff(
           byOrderOf = "Jules Winnfield",
           onPainOf = Consequence.ICE_COLD_STARE)
       public class MysteriousBriefcase { 
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String byOrderOf  
      Consequence onPainOf  
    • Element Detail

      • byOrderOf

        java.lang.String byOrderOf