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

com.foxinmy.weixin4j.xml.ListsuffixResult Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.xml;

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

/**
 * 对$n结尾的节点注解
 * 
 * @className ListsuffixResult
 * @author jinyu([email protected])
 * @date 2015年6月15日
 * @since JDK 1.6
 * @see
 */
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ListsuffixResult {
	String[] value() default { "(_\\d)$" };
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy