DBAnnotation.isCompatibleWith

Returns true if the other annotation can be used together with this one. Must not call on itself, only on other instances. (which may be the same attribute however)

struct DBAnnotation
@safe
bool
isCompatibleWith
(,
bool firstTry = true
)

Meta