public interface Descriptor
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAnnotations()
Return the (possibly empty) list of annotations in the format
"@key( value)*". |
byte[] |
getRawDescriptorBytes()
Return the raw descriptor bytes.
|
java.util.List<java.lang.String> |
getUnrecognizedLines()
Return any unrecognized lines when parsing this descriptor, or an
empty list if there were no unrecognized lines.
|
byte[] getRawDescriptorBytes()
java.util.List<java.lang.String> getAnnotations()
"@key( value)*".java.util.List<java.lang.String> getUnrecognizedLines()