@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Extensible
| Modifier and Type | Optional Element and Description |
|---|---|
String |
file
return specify extensible file name, default value is the
full name of interface.
|
boolean |
singleton
return whether this a singleton, with a single, shared instance
returned on all calls, default value is true.
|
public abstract String file
Copyright © 2024. All rights reserved.