aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/annotations/ExternallyReferenced.java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-10-23 07:54:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-23 07:54:37 +0000
commit2fbb11ee1b57c8ac90feafc0ed4ae158f4bf35f3 (patch)
treecf7eb6d946c660885f5904a792d0d58f45eea809 /java/src/com/android/inputmethod/annotations/ExternallyReferenced.java
parent77e6afd1f243eb05936a00f54f6839ecacddd35c (diff)
parentb11fc7d423667f1cd949b50ddea3761e72d16a2c (diff)
downloadlatinime-2fbb11ee1b57c8ac90feafc0ed4ae158f4bf35f3.tar.gz
latinime-2fbb11ee1b57c8ac90feafc0ed4ae158f4bf35f3.tar.xz
latinime-2fbb11ee1b57c8ac90feafc0ed4ae158f4bf35f3.zip
am b11fc7d4: Move annotations classes to latiime-common
* commit 'b11fc7d423667f1cd949b50ddea3761e72d16a2c': Move annotations classes to latiime-common
Diffstat (limited to 'java/src/com/android/inputmethod/annotations/ExternallyReferenced.java')
-rw-r--r--java/src/com/android/inputmethod/annotations/ExternallyReferenced.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/java/src/com/android/inputmethod/annotations/ExternallyReferenced.java b/java/src/com/android/inputmethod/annotations/ExternallyReferenced.java
deleted file mode 100644
index ea5f12ce2..000000000
--- a/java/src/com/android/inputmethod/annotations/ExternallyReferenced.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (C) 2012 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.inputmethod.annotations;
-
-/**
- * Denotes that the class, method or field should not be eliminated by ProGuard,
- * because it is externally referenced. (See proguard.flags)
- */
-public @interface ExternallyReferenced {
-}