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