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

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

There is a newer version: 3.3.2
Show newest version
package com.github.hemanthsridhar.builder;

import com.github.hemanthsridhar.pagefactory.AbstractCustomFindByBuilder;

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

/**
 * Created by hemanthsridhar on 1/6/19.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface CustomPageFactoryFinder {
    Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy