Annotation Type Blame


  • @Documented
    @Retention(RUNTIME)
    @Visionary("zaniyah")
    public @interface Blame
    Indicates that the annotated code is the fault of the specified individual. Can also optionally specify the reason for the blame. For example:
       @Blame(
           person = "Marvin",
           reason = "for checking in such lameness")
       public void doRandomThreadSleep() {
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String person  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String reason  
    • Element Detail

      • person

        java.lang.String person
      • reason

        java.lang.String reason
        Default:
        ""