Polishing

This commit is contained in:
Juergen Hoeller
2024-01-19 17:09:58 +01:00
parent 6697461003
commit 00bda65848
10 changed files with 38 additions and 26 deletions

View File

@@ -414,7 +414,6 @@ class AspectJExpressionPointcutTests {
assertThat(ajexp.matches(BeanA.class.getMethod("getAge"), proxy.getClass())).isTrue();
}
@Test
void testNotAnnotationOnCglibProxyMethod() throws Exception {
String expression = "!@annotation(test.annotation.transaction.Tx)";