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

com.arm.mbed.cloud.sdk.annotations.PerformsNoOperation Maven / Gradle / Ivy

package com.arm.mbed.cloud.sdk.annotations;

import static java.lang.annotation.ElementType.CONSTRUCTOR;
import static java.lang.annotation.ElementType.METHOD;

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

@Preamble(description = "Specifies that a method performs no operation")
@Documented
@Retention(RetentionPolicy.SOURCE)
@Target({ METHOD, CONSTRUCTOR })
public @interface PerformsNoOperation {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy