Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop.aspectj.annotation Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
AbstractAspectJAdvisorFactoryAbstract base class for factories that can create Spring AOP Advisorsgiven AspectJ classes from classes honoring the AspectJ 5 annotation syntax.Classorg.springframework.aop.aspectj.annotationSpring MVC
AbstractAspectJAdvisorFactory .AspectJAnnotationClassorg.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactorySpring MVC
AbstractAspectJAdvisorFactory .AspectJAnnotationTypeReturns the enum constant of this type with thClassorg.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactorySpring MVC
AnnotationAwareAspectJAutoProxyCreatorAspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJannotation aspects in the current application context, as well as Spring Advisors.Classorg.springframework.aop.aspectj.annotationSpring MVC
AspectJAdvisorFactoryInterface for factories that can create Spring AOP Advisors from classesannotated with AspectJ annotation syntax.Interfaceorg.springframework.aop.aspectj.annotationSpring MVC
AspectJProxyFactoryAspectJ-based proxy factory, allowing for programmatic buildingof proxies which include AspectJ aspects (code style as wellClassorg.springframework.aop.aspectj.annotationSpring MVC
AspectMetadataMetadata for an AspectJ aspect class, with an additional Spring AOP pointcutUses AspectJ 5 AJType reflection API, so is only supported on Java 5.Classorg.springframework.aop.aspectj.annotationSpring MVC
BeanFactoryAspectInstanceFactoryAspectInstanceFactory implementationbacked by a Spring BeanFactory.Classorg.springframework.aop.aspectj.annotationSpring MVC
BeanFactoryAspectJAdvisorsBuilderHelper for retrieving @AspectJ beans from a BeanFactory and buildingSpring Advisors based on them, for use with auto-proxying.Classorg.springframework.aop.aspectj.annotationSpring MVC
LazySingletonAspectInstanceFactoryDecoratorDecorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once.Classorg.springframework.aop.aspectj.annotationSpring MVC
MetadataAwareAspectInstanceFactorySubinterface of AspectInstanceFactorythat returns AspectMetadata associated with AspectJ-annotated classes.Interfaceorg.springframework.aop.aspectj.annotationSpring MVC
NotAnAtAspectExceptionExtension of AopConfigException thrown when trying to performan advisor generation operation on a class that is not anClassorg.springframework.aop.aspectj.annotationSpring MVC
PrototypeAspectInstanceFactoryAspectInstanceFactory backed by a BeanFactory-provided prototype,enforcing prototype semantics.Classorg.springframework.aop.aspectj.annotationSpring MVC
ReflectiveAspectJAdvisorFactoryFactory that can create Spring AOP Advisors given AspectJ classes fromclasses honoring the AspectJ 5 annotation syntax, using reflection toClassorg.springframework.aop.aspectj.annotationSpring MVC
ReflectiveAspectJAdvisorFactory .SyntheticInstantiationAdvisorSynthetic advisor that instantiates the aspect.Classorg.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactorySpring MVC
SimpleMetadataAwareAspectInstanceFactorycreates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.Classorg.springframework.aop.aspectj.annotationSpring MVC
SingletonMetadataAwareAspectInstanceFactoryby a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.Classorg.springframework.aop.aspectj.annotationSpring MVC