novx
    Preparing search index...

    Interface JoinPoints

    interface JoinPoints {
        after: JoinPoint[];
        around: JoinPoint;
        before: JoinPoint[];
        error: JoinPoint[];
        method: MethodAspect;
    }
    Index

    Properties

    after: JoinPoint[]
    around: JoinPoint
    before: JoinPoint[]
    error: JoinPoint[]
    method: MethodAspect