Class<?> viewConfigRootMarker = ViewConfigCache.getInlineViewConfigRootMarker();
InlineViewConfigRoot viewConfigRoot = viewConfigRootMarker.getAnnotation(InlineViewConfigRoot.class);
if(!viewConfigRoot.basePath().endsWith("/*") && !".".equals(viewConfigRoot.basePath()))
{
this.basePath = viewConfigRoot.basePath();
}
if(viewConfigRoot.basePath().endsWith("/*"))
{
String packageName = viewConfigRoot.basePath();