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

com.xuxueli.crawler.annotation.PageSelect Maven / Gradle / Ivy

The newest version!
package com.xuxueli.crawler.annotation;

import java.lang.annotation.*;

/**
 * page vo annotation
 *
 * 页面数据对象 注解
 *
 * @author xuxueli 2017-10-17 20:28:11
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface PageSelect {

    /**
     * CSS-like query, like "#body"
     *
     * CSS选择器, 如 "#body"
     *
     * @return String
     */
    public String cssQuery() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy