Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Annotation ITD

Hi,
         I am introducing JSR 303/349 annotations to JAXB generated code to leverage the validations mechanism.

@DeclareMethod( "* AccountService.*(..): @Transactional(Propagation.Required)" );

Is this how it is done ?

Thanks,
Mohan

Back to the top