Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] weaving into Eclipse classes

Hi all,

I'm writing an Eclipse plugin that tries to use AspectJ to weave some methods into the classes of Eclipse AST, which are in the package org.eclipse.jdt.core.dom.

However, I don't understand the warning I get from the compiler, saying that "the type is not exposed to the weaver". I have the plugins in the dependencies list of my plugin, and I thought the load time weaver could

Anyone can show me a way to get around this (if there is any)?

Thanks.

Davi Pires

Back to the top