Annotation AlcmeonHandler

  • All Implemented Interfaces:

    @ConnectorHandler(connectorTypeId = "alcmeon")@Target(allowedTargets = {AnnotationTarget.CLASS}) 
    public @interface AlcmeonHandler
    
                        

    To specify ConnectorStoryHandler for Alcmeon connector. KClass passed as value of this annotation must have a primary constructor with a single not optional StoryHandlerDefinition argument.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KClass<out ConnectorStoryHandler<?>> value
    • 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