Home
last modified time | relevance | path

Searched refs:declareParents (Results 1 – 2 of 2) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/annotation/
H A DReflectiveAspectJAdvisorFactory.java107 …DeclareParents declareParents = (DeclareParents) introductionField.getAnnotation(DeclareParents.cl… in getDeclareParentsAdvisor() local
108 if (declareParents == null) { in getDeclareParentsAdvisor()
113 if (DeclareParents.class.equals(declareParents.defaultImpl())) { in getDeclareParentsAdvisor()
120 introductionField.getType(), declareParents.value(), declareParents.defaultImpl()); in getDeclareParentsAdvisor()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/config/
H A DConfigBeanDefinitionParser.java204 … List<Element> declareParents = DomUtils.getChildElementsByTagName(aspectElement, DECLARE_PARENTS); in parseAspect() local
205 for (int i = METHOD_INDEX; i < declareParents.size(); i++) { in parseAspect()
206 Element declareParentsElement = declareParents.get(i); in parseAspect()