Question : I’m trying to declare the following: @Aspect @Component public class UpperCaseAdvice { @Before(“@target(annotations.Model)”) public void toUpperCase(JoinPoint joinPoint){ //faz […]
Question : I’m trying to declare the following: @Aspect @Component public class UpperCaseAdvice { @Before(“@target(annotations.Model)”) public void toUpperCase(JoinPoint joinPoint){ //faz […]