Example usage for org.joda.time ReadableInstant interface-usage

List of usage examples for org.joda.time ReadableInstant interface-usage

Introduction

In this page you can find the example usage for org.joda.time ReadableInstant interface-usage.

Usage

From source file no.digipost.api.client.representations.ListedTime.java

@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "listedTime")
public final class ListedTime implements ReadableInstant {

    @XmlAttribute(name = "time")
    @XmlJavaTypeAdapter(DateTimeXmlAdapter.class)