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

arez.browser.extras.spy.CssRules Maven / Gradle / Ivy

There is a newer version: 0.76
Show newest version
package arez.browser.extras.spy;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.intellij.lang.annotations.Language;
import static java.lang.annotation.ElementType.*;

/**
 * An annotation that ensures the the IDEA IDE will treat annotated elements as containing css rules.
 */
@Retention( RetentionPolicy.CLASS )
@Target( { METHOD, FIELD, PARAMETER, LOCAL_VARIABLE, ANNOTATION_TYPE } )
@Language( value = "CSS", prefix = ".a {", suffix = "}" )
public @interface CssRules
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy