Example usage for org.apache.commons.lang3.reflect Typed interface-usage

List of usage examples for org.apache.commons.lang3.reflect Typed interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.reflect Typed interface-usage.

Usage

From source file therian.position.Position.java

/**
 * A Position describes the combination of a type and a value, which may be readable, writable, or both.
 * 
 * @param <T>
 */
public interface Position<T> extends Typed<T> {