@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @EnableConfigurationProperties(value=MonitorMethodProperties.class) @Import(value=AopLogMethodRegistrar.class) public @interface EnableAopLogMethod
@EnableAopLogMethod
@Configuration
public class Config {
}
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enableAopLogMethod
|
Copyright © 2018–2020. All rights reserved.