public static class AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo extends Object
Constructor and Description |
---|
AspectAnnotationLoaderStrategy.InterfaceIntroductionInfo(String name,
String[] interfaces,
String target,
String expr,
String constructorClass,
String constructorMethod) |
Modifier and Type | Method and Description |
---|---|
void |
addMixin(AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo mixin) |
String |
getConstructorClass() |
String |
getConstructorMethod() |
String |
getExpr() |
String[] |
getInterfaces() |
AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo[] |
getMixins() |
String |
getName() |
String |
getTarget() |
public String getName()
public String[] getInterfaces()
public String getTarget()
public String getExpr()
public void addMixin(AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo mixin)
public AspectAnnotationLoaderStrategy.InterfaceIntroductionMixinInfo[] getMixins()
public String getConstructorClass()
public String getConstructorMethod()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.