Interface ProcessAnnotatedType<X>

  • All Known Subinterfaces:
    ProcessSyntheticAnnotatedType<X>

    public interface ProcessAnnotatedType<X>
    Event is fired before reading any annotations on the class.
    Version:
    $Rev: 815435 $ $Date: 2009-09-15 20:18:44 +0200 (Tue, 15 Sep 2009) $ class type
    • Method Detail

      • getAnnotatedType

        AnnotatedType<X> getAnnotatedType()
        Gets annotated type.
        Returns:
        annotated type
      • setAnnotatedType

        void setAnnotatedType​(AnnotatedType<X> type)
        Replaces annotated type.
        Parameters:
        type - annotated type
      • veto

        void veto()
        Veto registering process.