JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.ericlam.mc.eld.annotations
Annotation Interface InjectLogger
@Target
({
FIELD
,
TYPE_PARAMETER
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
InjectLogger
透過標註注入 DebugLogger
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
DebugLogger 的名稱,如無則以注入 class 作為名稱
Element Details
name
String
name
DebugLogger 的名稱,如無則以注入 class 作為名稱
Returns:
自定義名稱
Default:
""