Annotation Interface RequiresNetty
@Requires(property="netty.enabled",
notEquals="false")
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD})
public @interface RequiresNetty
Requires Netty support to be enabled. Netty support is enabled by default and
can be disabled with
netty.enabled=false.- Since:
- 5.2.0