@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Property
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.String |
label |
int |
order |
java.lang.String[] |
property |
public abstract java.lang.String label
public abstract java.lang.String description
Copyright © 2022 The Apache Software Foundation. All rights reserved.