@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface PropertiesDesc
PropertyDesc for properties eg org.jvnet.hk2.config.types.Property.
Needed because it's not otherwise possible to have more than one annotation of the same type.| Modifier and Type | Required Element and Description |
|---|---|
PropertyDesc[] |
props
name of the property
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
systemProperties
returns true if these describe <system-property>
|
public abstract PropertyDesc[] props
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.