@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CodecMetadata
CodecManager
. Use this
annotation to specify a name and extension for the codec.
You may optionally annotate a codec as "experimental=true" to
mark it as experimental. (From Utool.)Modifier and Type | Required Element and Description |
---|---|
String |
description |
String |
name |
Class |
type |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
displayInPopup |
boolean |
experimental |
String |
extension |
Copyright © 2017. All rights reserved.