Annotation Interface CalloutRepo


@Retention(RUNTIME) public @interface CalloutRepo
When a class is annotated with this, and it would otherwise be added to the container (e.g. by having @HandleEvents or @ScanMe, or being manually added), then any fields of type ModifiableCallout will be recognized as a callout that can be modified or disabled via user settings.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description