1. how do java annotations work with spring, are they scanned at runtime or at startup? stackoverflow.comJust trying to understand how Java annotations work under the covers. Seeing as spring relies on annotations and scanning the object graph for DI and AOP (reflection), curious how things actually work. With ... |
2. Unable to find annotations via reflection but advice is still executed forum.springsource.orgUnable to find annotations via reflection but advice is still executed Hi all, I'm writing a JSR 303 aspect that will validate input into our service tier. This thread was very ... |