This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final class RuntimeAnnotations { | |
private static final Constructor<?> AnnotationInvocationHandler_constructor; | |
private static final Constructor<?> AnnotationData_constructor; | |
private static final Method Class_annotationData; | |
private static final Field Class_classRedefinedCount; | |
private static final Field AnnotationData_annotations; | |
private static final Field AnnotationData_declaredAnotations; | |
private static final Method Atomic_casAnnotationData; | |
private static final Class<?> Atomic_class; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<UserLang name="Gradle" ext="gradle"> | |
<Settings> | |
<Global caseIgnored="yes" /> | |
<TreatAsSymbol comment="yes" commentLine="yes" /> | |
<Prefix words1="no" words2="no" words3="no" words4="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Delimiters">"'0"'0</Keywords> | |
<Keywords name="Folder+"></Keywords> |