Example usage for javax.annotation Resource interface-usage

List of usage examples for javax.annotation Resource interface-usage

Introduction

In this page you can find the example usage for javax.annotation Resource interface-usage.

Usage

From source file org.echocat.jomon.resources.ResourceSupport.java

public abstract class ResourceSupport implements Resource {

    private volatile byte[] _md5;
    private volatile Long _size;

    @Override

From source file com.torchmind.upm.bundle.BasicResource.java

/**
 * <strong>Basic Resource</strong>
 *
 * Provides a simple implementation of Resource which can be de-serialized using Jackson.
 *
 * @author <a href="mailto:johannesd@torchmind.com">Johannes Donath</a>