Examples of VersionInset


Examples of com.rexsl.page.inset.VersionInset

     * Inset with a version of the product.
     * @return The inset
     */
    @Inset.Runtime
    public final Inset ver() {
        return new VersionInset(
            Manifests.read("S3Auth-Version"),
            Manifests.read("S3Auth-Revision"),
            Manifests.read("S3Auth-Date")
        );
    }
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.