Annotation Interface Extensible
annotation required on interface which is marked as extensible.
- Since:
- 0.6.0
- Author:
- qilong.zql
-
Optional Element Summary
Optional Elements
-
Element Details
-
file
String filereturn specify extensible file name, default value is the full name of interface.- Default:
- ""
-
singleton
boolean singletonreturn whether this a singleton, with a single, shared instance returned on all calls, default value is true.- Default:
- true
-