@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Configuration
Modifier and Type | Optional Element and Description |
---|---|
boolean |
collection |
String |
description |
String |
label |
String |
name |
String[] |
property |
public abstract String name
public abstract String label
public abstract String description
public abstract String[] property
Copyright © 2017 The Apache Software Foundation. All rights reserved.