59606162636465666768
_sortable = Comparable.class.isAssignableFrom(wrapperType); // Extract a default width from the @Width annotation, if present if (conduit != null) { Width width = conduit.getAnnotation(Width.class); if (width != null) _width = width.value(); } }
228229230231232233234235236237238
* * @return the indicated width, or null if the annotation is not present */ protected final String getWidth() { Width width = _annotationProvider.getAnnotation(Width.class); if (width == null) return null; return Integer.toString(width.value()); }