hasAnnotation property

bool get hasAnnotation

Implementation

bool get hasAnnotation =>
    body != null ||
    query != null ||
    header != null ||
    cookie != null ||
    param != null ||
    bind != null ||
    binds != null ||
    data ||
    dep;