Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Java 8 type annotations

Is it possible to capture initialization of a class with specific type
annotation, like

new @Link Runnable() { .. }

If not, would it be possible to capture initialization of a class
which contains a method with a specific annotation?

Cheers


Back to the top