A very nice example about custom annotation in Spring.
authorgumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 17:37:45 +0000 (18:37 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 17:37:45 +0000 (18:37 +0100)
commit7627fce49a3f12d90305df7df58c8c9b32ef8633
treeacab96c6e71922b8be66dfd72397045520f85359
parent7ec4deff33a2440368963adbb6118e9bf6fb7a02
A very nice example about custom annotation in Spring.
Bonus: really nice maven pom files configuration.
12 files changed:
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/pom.xml
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/AnnotationsHandler.java
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/Prueba.java [deleted file]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/SpringContextLocator.java
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/SpringStart.java
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/Test.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/TransactionManagerN2A.java [deleted file]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/TransactionalN2A.java [deleted file]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/annotation/CustomTransactional.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/resources/aop.xml [deleted file]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/resources/spring-config.xml
SpringJava/AnnotationsCustomHandler/pom.xml