@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Component.FactoryParameter
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The attribute name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue
The default value for the parameter.
|
String |
description
Optional description of property.
|
public abstract String value
public abstract String defaultValue
public abstract String description
Copyright © 2018 Fujion Framework. All rights reserved.