1 25 26 package org.objectweb.easybeans.deployment.annotations.helper.bean.session.checks; 27 28 import org.objectweb.easybeans.deployment.annotations.metadata.ClassAnnotationMetadata; 29 30 35 public final class SessionBeanValidator { 36 37 38 41 private SessionBeanValidator() { 42 } 43 44 45 49 public static void validate(final ClassAnnotationMetadata sessionBean) { 50 51 67 68 InterceptorsValidator.validate(sessionBean); 69 } 70 71 } 72 | Popular Tags |