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

com.vk.api.sdk.objects.annotations.ApiParam Maven / Gradle / Ivy

Go to download

Java library for VK API interaction, includes OAuth 2.0 authorization and API methods.

There is a newer version: 1.0.16
Show newest version
package com.vk.api.sdk.objects.annotations;

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

@Target(value=ElementType.METHOD)
@Retention(value=RetentionPolicy.RUNTIME)
public @interface ApiParam {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy