Class ScopeConstants

java.lang.Object
org.orcid.jaxb.model.message.ScopeConstants

public final class ScopeConstants extends Object
This class is just for constants so can't be instantiated. It's not an interface in case anyone is tempted to 'implement' it (see Effective Java, Joshua Bloch), instead of statically importing the constants.
Author:
Will Simpson