module

org.finos.morphir.module
final case class module(nameOverride: Option[String]) extends Annotation

An annotation that indicates that the annotated type is a Morphir module.

Value parameters

nameOverride

An optional name override for the module. If not specified, the name of the annotated type is used.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product