@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Logger
| Modifier and Type | Optional Element and Description |
|---|---|
int |
interval
Interval.
|
String |
log
Log.
|
LoggerType |
type
Type.
|
public abstract int interval
public abstract String log
public abstract LoggerType type
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.