Annotation Interface Breakpoints


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

    Required Elements
    Modifier and Type
    Required Element
    Description
    The breakpoint names.
  • Optional Element Summary

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

    • value

      String[] value
      The breakpoint names.
    • replace

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