@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface SideBarItemIcon
SideBarItem.FontAwesomeIcon,
ThemeIcon,
LocalizedThemeIcon| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends SideBarItemIconProvider> |
value
The class of the
SideBarItemIconProvider that knows how to provide
the actual icon Resources. |
public abstract Class<? extends SideBarItemIconProvider> value
SideBarItemIconProvider that knows how to provide
the actual icon Resources. An instance of this class will be looked up from the
Spring application context, so make sure your icon provider is Spring managed.Copyright © 2015. All rights reserved.