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

io.polaris.core.annotation.Internal Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.annotation;

import java.lang.annotation.*;

/**
 * 内部使用
 *
 * @author Qt
 * @since 1.8
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.ANNOTATION_TYPE, ElementType.FIELD})
public @interface Internal {

	/** 备注说明 */
	String[] value() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy