
org.visualj.View Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annotation Show documentation
Show all versions of annotation Show documentation
Annotation to suppress warnings for race conditions in vmlens.
The newest version!
package org.visualj;
import java.lang.annotation.ElementType;
import java.lang.annotation.Repeatable;
import java.lang.annotation.Target;
import static org.visualj.ComponentType.DEFAULT;
@Target(ElementType.TYPE)
@Repeatable(Views.class)
public @interface View {
String value();
ComponentType type() default DEFAULT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy