org.codehaus.aspectwerkz.annotation
Class MixinAnnotationParser
java.lang.Object
org.codehaus.aspectwerkz.annotation.MixinAnnotationParser
public class MixinAnnotationParser
- extends Object
Extracts the mixin annotations from the class files and creates a meta-data representation of them.
- Author:
- Jonas Bonr
Method Summary |
static void |
parse(ClassInfo classInfo,
MixinDefinition mixinDef)
Parse the attributes and create and return a meta-data representation of them. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static void parse(ClassInfo classInfo,
MixinDefinition mixinDef)
- Parse the attributes and create and return a meta-data representation of them.
- Parameters:
classInfo
- the class to extract attributes frommixinDef
- the mixin definition
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.