Adding code to execute other custom annotations.
authorgumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 18:44:00 +0000 (19:44 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 18:44:00 +0000 (19:44 +0100)
commitf147d7ea6f026d66e3852c14bef86c2881360750
treec4e7f0f9bc02a5df3b77a21eba66d99deb55045a
parent7627fce49a3f12d90305df7df58c8c9b32ef8633
Adding code to execute other custom annotations.
You can see here this powerful feature called Java Annotations.
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/AnnotationsHandler.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
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/annotation/CustomTransactional.java
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/de/spring/example/annotation/TestAnnotation.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/resources/spring-config.xml