com.backendless.servercode.BackendlessService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-common Show documentation
Show all versions of java-sdk-common Show documentation
Provides access to Backendless API
The newest version!
package com.backendless.servercode;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target( ElementType.TYPE )
@Retention( RetentionPolicy.RUNTIME )
public @interface BackendlessService
{
String name() default "";
String version() default "1.0.0";
String description() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy