@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) public @interface RequireAuditing
Indicates that a method invocation shall be logged
public abstract String value
Indicates the message to be logged
Copyright © 2017–2020 OSGL (Open Source General Library). All rights reserved.