All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hemanthsridhar.builder.CustomPageFactoryFinder Maven / Gradle / Ivy

The newest version!
package com.github.hemanthsridhar.builder;

import com.github.hemanthsridhar.pagefactory.AbstractCustomFindByBuilder;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * @author hemanthsridhar
 */

@Retention(RetentionPolicy.RUNTIME)
public @interface CustomPageFactoryFinder {
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy