At compatibleWithAnnotation = pageObject.getClass().getAnnotation(At.class);
if (compatibleWithAnnotation != null) {
if (valueIsDefinedFor(compatibleWithAnnotation)) {
worksWithUrlPattern(compatibleWithAnnotation.value());
} else {
worksWithUrlPatternList(compatibleWithAnnotation.urls());
}
}
}
public boolean isEmpty() {