Hi. Just been trying to make inner, annotated classes work on jdk4. Doesn't work. The annotated class is not weaved by [annotationc].
The class:
/** @@pat.root */ //works
public class TestRoot2
{
//.....
/** @@pat.bo */ //NOT WEAVED ONLY ON JDK1.4
class TestObject2
{
......
}
}Sorry for English: should be "woven" ;(