Annotation MatryoshkaTools

  • All Implemented Interfaces:

    @Deprecated(message = "Use @UnfoldingTools instead", replaceWith = @ReplaceWith(imports = {"com.embabel.agent.api.annotation.UnfoldingTools"}, expression = "UnfoldingTools"))@Target(allowedTargets = {AnnotationTarget.CLASS}) 
    public @interface MatryoshkaTools
    
                        

    Marks a class as an UnfoldingTool container for progressive tool disclosure.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail