Package org.axonframework.common.annotation


package org.axonframework.common.annotation
Contains the main classes for annotation support in Axon Framework. These classes are typically independent of the type of annotated handler (e.g. event handler, command handler).
  • Class
    Description
    Utility class for locating annotation and attribute values on elements.
    Marker annotation used to mark Axon Framework internal code.
    Comparator that compares objects based on the value on an @Priority annotation.