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

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

There is a newer version: 3.0.5-M3
Show newest version
package org.noear.solon.annotation;

import java.lang.annotation.*;

/**
 * 做为 @Mapping 的副词用
 *
 * @author noear
 * @since 1.7
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Produces {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy