Example usage for io.netty.util AbstractConstant subclass-usage

List of usage examples for io.netty.util AbstractConstant subclass-usage

Introduction

In this page you can find the example usage for io.netty.util AbstractConstant subclass-usage.

Usage

From source file com.linecorp.armeria.common.util.AbstractOption.java

/**
 * A configuration option
 *
 * @param <T> the type of the value of the option
 *
 * @see AbstractOptionValue