Examples of ImmutableByAnnotation


Examples of org.apache.tapestry5.integration.cluster.data.ImmutableByAnnotation

* Date: 6/24/11
*/
public class ImmutableSessionPersistedObjectDemo extends BaseSessionDemo<ImmutableByAnnotation> {
    @Override
    public ImmutableByAnnotation create(String value) {
        return new ImmutableByAnnotation(value);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.