@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface StyleDescriptor
Configure LESS/CSS stylesheets used with an Errai App. Stylesheets specified are compiled and optimized in the order defined.
There must never be more than one StyleDescriptor
annotation on the classpath.
public abstract String[] value
StyleDescriptor
annotation is found.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.