diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-19 11:58:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 11:58:48 +0200 |
commit | f9241d9054bb070afe8fc92160aab0cd18dd943c (patch) | |
tree | f39acd090a8ae2238c2ab7a99509d6be077c41cd | |
parent | d7a081b3307adb18fefa99cd06d97de432513144 (diff) | |
download | vaadin-framework-f9241d9054bb070afe8fc92160aab0cd18dd943c.tar.gz vaadin-framework-f9241d9054bb070afe8fc92160aab0cd18dd943c.zip |
Deprecate FontAwesome icon constants (#8032)
Part of #7979
-rw-r--r-- | server/src/main/java/com/vaadin/server/FontAwesome.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/src/main/java/com/vaadin/server/FontAwesome.java b/server/src/main/java/com/vaadin/server/FontAwesome.java index 2ce35328f6..54101df70f 100644 --- a/server/src/main/java/com/vaadin/server/FontAwesome.java +++ b/server/src/main/java/com/vaadin/server/FontAwesome.java @@ -32,7 +32,11 @@ package com.vaadin.server; * @since 7.2 * @author Vaadin Ltd * @see http://fortawesome.github.io/Font-Awesome/ + * @deprecated Planned to replace with Vaadin Icons https://vaadin.com/icons for + * 8.0.0 (#7979). Will be moved to {@code compability-server} + * package and not updated to include new icons */ +@Deprecated public enum FontAwesome implements FontIcon { _500PX(0XF26E), // ADJUST(0XF042), // |