Package org.apache.isis.applib.annotation

Examples of org.apache.isis.applib.annotation.Searchable


    public SearchableAnnotationFactory() {
        super(SearchableAnnotation.class);
    }

    public Annotation process(Class clazz) {
        Searchable annotation = (Searchable) clazz.getAnnotation(Searchable.class);
        return create(annotation);
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.applib.annotation.Searchable

Copyright © 2018 www.massapicom. 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.