@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface BindingBuildInfo
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
buildId |
java.lang.String |
exportClassListTo
The file to which the list of generated classes should be exported
|
boolean |
isLibrary |
java.lang.String |
layoutInfoDir
The folder that includes xml files which are exported by aapt or gradle plugin from layout files
|
int |
minSdk |
java.lang.String |
modulePackage |
java.lang.String |
sdkRoot |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enableDebugLogs |
boolean |
printEncodedError |