Annotation Type Breakpoints


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Breakpoints
    The breakpoints annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      The breakpoint names.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean replace
      Replace content of the base classes.
    • Element Detail

      • value

        java.lang.String[] value
        The breakpoint names.
      • replace

        boolean replace
        Replace content of the base classes.
        Default:
        false