org.codehaus.aspectwerkz.annotation
Class MixinAnnotationParser

java.lang.Object
  extended by 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 BonŽr

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
 

Method Detail

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 from
mixinDef - the mixin definition


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