Profile

Annotation for profiles. One or more profiles can be added to the same annotation.

Constructors

this
this(string[] profiles)
Undocumented in source.

Members

Static functions

get
string[] get(E args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

profiles
string[] profiles;
Undocumented in source.

Examples

@Profile("dev")
@Profile("dev", "spider-dev")

Meta