Searched refs:annotationType (Results 1 – 2 of 2) sorted by relevance
232 private static getIntFlagsAsStrings(intFlags: any, annotationType: string) {235 const mapping = intDefMapping[annotationType].values; constant239 console.warn("No mapping for type", annotationType)258 intFlags, 'of type', annotationType);
77 if (annotation.annotationType().equals(InjectView.class)) { in inject()