Class AspectConfig


  • public final class AspectConfig
    extends Object
    The AspectConfig class defines an aspect. An aspect is comoposed of - an interception point defined by an annotation - an interceptor (advice) defined by a component
    Author:
    pchretien
    • Method Detail

      • getAspectClass

        public Class<? extends Aspect> getAspectClass()
        Returns:
        The implementation class of the comoponent which is responsible for the interception