TargetOwner

Undocumented in source.
@OnAnnotation
@CheckedBy!(TargetOwnerChecker)
struct TargetOwner {}

Members

Mixins

__anonymous
mixin TargetTypeAnnotationBody
Undocumented in source.

Mixed In Members

From mixin TargetTypeAnnotationBody

types
TargetType[] types;
Undocumented in source.
mask
int mask;
Undocumented in source.
this
this(TargetType[] types)
Undocumented in source.
canAnnotate
bool canAnnotate(TargetType checked)

@param checked - type of element that annotation (annotated with this Target) was put on @return - if the annotation annotated with Target can be put on checked type of element

Meta