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

io.nuls.contract.sdk.annotation.View Maven / Gradle / Ivy

There is a newer version: 2.3.1-BATA
Show newest version
package io.nuls.contract.sdk.annotation;

import java.lang.annotation.*;

@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface View {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy