mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 23:07:01 +07:00
7 lines
209 B
Java
7 lines
209 B
Java
public class ExtensionDefinesWithAttributeViaAnnotation {
|
|
|
|
@com.intellij.util.xmlb.annotations.Attribute("customAttributeName")
|
|
private String myAttribute;
|
|
|
|
private String myAttributeWithoutAnnotation;
|
|
} |