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

org.noear.solon.annotation.Get Maven / Gradle / Ivy

package org.noear.solon.annotation;

import java.lang.annotation.*;

/**
 * 做为 @Mapping 的副词用
 *
 * @author noear
 * @since 1.3
 */
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Get {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy