glued.application.stereotypes

Undocumented in source.

Public Imports

glued.annotations
public import glued.annotations;

Members

Aliases

getStereotypes
alias getStereotypes(alias M) = Filter!(isStereotype, getAnnotations!M)
Undocumented in source.

Enums

isMarkedAsStereotype
eponymoustemplate isMarkedAsStereotype(alias M, S)

"is M marked as being of stereotype S?" true for example for M=UserController and S=Controller

isStereotype
eponymoustemplate isStereotype(S)

"is S marked as an annotation indicating something being of a stereotype?" true for things like Component, Controller, etc

isStereotype
eponymoustemplate isStereotype(alias S)
Undocumented in source.

Structs

Component
struct Component
Undocumented in source.
Configuration
struct Configuration
Undocumented in source.
Stereotype
struct Stereotype
Undocumented in source.
Tracked
struct Tracked
Undocumented in source.

Templates

getStereotype
template getStereotype(alias M, S)
Undocumented in source.

Meta