Class ConfigurationIntroductionAdvice

java.lang.Object
io.micronaut.runtime.context.env.ConfigurationIntroductionAdvice
All Implemented Interfaces:
Interceptor<Object,Object>, MethodInterceptor<Object,Object>, Ordered

@Prototype @Internal @InterceptorBean(ConfigurationAdvice.class) public class ConfigurationIntroductionAdvice extends Object implements MethodInterceptor<Object,Object>
Internal introduction advice used to allow ConfigurationProperties on interfaces. Considered internal and not for direct use.
Since:
1.3.0
Author:
graemerocher
See Also: