@ExperimentalSpi
public interface ApiEnum
API Enums are usually not Java enums if they are intended to be extensible by plugins,
e.g. ContentRepresentation
. Forwards compatibility is also desirable - newer enum values should
not break older clients.
Modifier and Type | Method and Description |
---|---|
String |
serialise() |
String serialise()
Copyright © 2003–2018 Atlassian. All rights reserved.