Uses of Class
org.codehaus.aspectwerkz.definition.InterfaceIntroductionDefinition

Packages that use InterfaceIntroductionDefinition
org.codehaus.aspectwerkz.definition   
 

Uses of InterfaceIntroductionDefinition in org.codehaus.aspectwerkz.definition
 

Methods in org.codehaus.aspectwerkz.definition that return InterfaceIntroductionDefinition
static InterfaceIntroductionDefinition DefinitionParserHelper.createInterfaceIntroductionDefinition(String introductionName, String expression, String interfaceClassName, AspectDefinition aspectDef)
          Creates a new interface introduction definition.
 

Methods in org.codehaus.aspectwerkz.definition with parameters of type InterfaceIntroductionDefinition
 void AspectDefinition.addInterfaceIntroduction(InterfaceIntroductionDefinition interfaceIntroductionMetaData)
          Adds a new pure interface introduction.
 void SystemDefinition.addInterfaceIntroductionDefinition(InterfaceIntroductionDefinition introDef)
          Adds a new pure interface mixin definition.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.