@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface PropertiesDesc
PropertyDesc
for properties eg 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 © 2021. All rights reserved.