Annotation Type Fail


  • @Documented
    @Retention(RUNTIME)
    @Visionary("Hanneli")
    public @interface Fail
    Indicates that the annotated code is fail. For example:
       @Fail(Outcome.EPIC)
       public class AlphabetPatent {
     
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Outcome value  
    • Element Detail

      • value

        Outcome value
        Default:
        com.google.gag.enumeration.Outcome.EPIC