Example usage for org.apache.commons.lang3.builder ToStringStyle subclass-usage

List of usage examples for org.apache.commons.lang3.builder ToStringStyle subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.builder ToStringStyle subclass-usage.

Usage

From source file org.apache.cxf.xjc.runtime.JAXBToStringStyle.java

class JAXBToStringStyleImpl extends ToStringStyle {
    private static final long serialVersionUID = -584903238590491314L;

    JAXBToStringStyleImpl() {
        super();
    }