Annotation Type CallableFn


@Retention(RUNTIME) @Target(METHOD) public @interface CallableFn
Denotes a callable default method in a configuration interface.

Methods annotated with this funtion will be skipped for configuration serialization purposes. Instead, they must provide a default implementation, and their default implementation will be invoked if they are called.