Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] @DeclareAnnotation not supported?

Hello,

for the annotation based style I get the message "Found
@DeclareAnnotation while current release does not support it" for the
following aspect:

@Aspect
public class AnnotationAspekt {
    @DeclareAnnotation("verwaltung.Person")
    @LifeStyle Object hugo;
}

There is no hint for it in the documentation but I guess it is not yet
implemented in M3, right?

regards
Oliver
-- 
Oliver Böhm
http://www.javatux.de



Back to the top