Annotation Type AhaMoment


  • @Documented
    @Retention(RUNTIME)
    @Visionary("Paul Cowan")
    public @interface AhaMoment
    Indicates that the annotated code was the result of a flash of inspiration. For example:
       @AhaMoment(Where.TRAFFIC_JAM)
       public int perfectHash(Object o) { 
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Where value  
    • Element Detail