Annotation Interface RegistryAgent


@Retention(RUNTIME) @Target(METHOD) public @interface RegistryAgent
Marks a method as an agent loaded from an AgentsRegistry.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the agent in the registry.
  • Element Details

    • value

      String value
      Name of the agent in the registry.
      Returns:
      name of the agent in the registry.