A common placeholder for issues related to the use of annotations with the Spring framework
I would like to write custom annotations, that would modify Spring request or path parameters according to annotations. For example …
java spring spring-mvc spring-annotations request-mappingDo the parameters of a string passed to the @Query annotation, for Spring, get treated as pure data as they …
java spring sql-injection spring-annotationsI am using an external library that requires that I configure it using an XML Bean definition; in the Bean …
spring spring-3 spring-annotationsSituation I am injecting properties from .properties file into fields annotated with @Value. However this properties present sensitive credentials, so …
java spring spring-boot spring-annotations properties-fileIs there any way to use Lookup Method Injection using annotations? Given the following class: @Service public abstract class A { …
spring dependency-injection spring-annotationsI've got a Spring bean, and in the Spring Bean I have a dependency on a list of other beans. …
java spring spring-annotationsI have a util module that produces a jar to be used in other applications. I'd like this module to …
spring caching annotations ehcache spring-annotationsI have a system which is using Spring for dependency injection. I use annotation-based autowiring. The beans are discovered by …
java spring spring-annotationsI want to validate one of the request parameters in my controller . The request parameter should be from one of …
spring-boot validation controller spring-annotations http-request-parametersI'm using Spring 4 with SpringBoot and Spring-Web with Java configuration. To have my @PostConstruct annotated methods executed by Spring at …
spring spring-annotations