if (parsedClass.isAnnotationPresent(Annotations.Layout.class)) {
            Annotations.Layout annotation = parsedClass.getAnnotation(Annotations.Layout.class);
            int layoutId = annotation.value();
            if (layoutId == -1) {
                // ID not provided, check the name