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

com.zhangyue.we.x2c.ano.Xml Maven / Gradle / Ivy

The newest version!
package com.zhangyue.we.x2c.ano;

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

/**
 * @author chengwei 2018/8/7
 */

@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.LOCAL_VARIABLE})
@Retention(RetentionPolicy.SOURCE)
public @interface Xml {

    String[] layouts();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy