@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExporterParameter
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
acceptNull |
Class<? extends JRExporterParameter> |
type |
public abstract String name
public abstract Class<? extends JRExporterParameter> type
public abstract boolean acceptNull
Copyright © 2014. All rights reserved.