@Retention(RUNTIME) public @interface Property
Writer
.Modifier and Type | Required Element | Description |
---|---|---|
String |
name |
Name of the property without the prefix "tinylog.writer.".
|
Class<?> |
type |
Type of the property.
|
Modifier and Type | Optional Element | Description |
---|---|---|
boolean |
optional |
Define if the property is optional.
|
Copyright © 2019. All rights reserved.