Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AJDT markers in STS

Hi,
        Can I ask here instead of SO ? What are the debugging options in STS that can help me figure out why the aspect is not applied ? AJDT does not show the markers. It is a Spring boot AOP starter project. I am trying to call the weaved code in the Spring bootstrap Java code.

@Component
public class ApplicationStartup 
implements ApplicationListener<ContextRefreshedEvent> {

 Should I use -Xlint in the IDE ?

Thanks,
Mohan

Back to the top