List of usage examples for javax.annotation Resource interface-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>