[jboss-cvs] JBossAS SVN: r107158 - projects/interceptors/trunk/jboss-interceptor-api/src/main/java/org/jboss/interceptor/spi/metadata.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 28 11:02:50 EDT 2010


Author: marius.bogoevici
Date: 2010-07-28 11:02:49 -0400 (Wed, 28 Jul 2010)
New Revision: 107158

Removed:
   projects/interceptors/trunk/jboss-interceptor-api/src/main/java/org/jboss/interceptor/spi/metadata/InterceptorMetadataReader.java
Log:
removed InterceptorMetadataReader - not used

Deleted: projects/interceptors/trunk/jboss-interceptor-api/src/main/java/org/jboss/interceptor/spi/metadata/InterceptorMetadataReader.java
===================================================================
--- projects/interceptors/trunk/jboss-interceptor-api/src/main/java/org/jboss/interceptor/spi/metadata/InterceptorMetadataReader.java	2010-07-28 14:59:13 UTC (rev 107157)
+++ projects/interceptors/trunk/jboss-interceptor-api/src/main/java/org/jboss/interceptor/spi/metadata/InterceptorMetadataReader.java	2010-07-28 15:02:49 UTC (rev 107158)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual
- * contributors by the @authors tag. See the copyright.txt in the
- * distribution for a full listing of individual contributors.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.jboss.interceptor.spi.metadata;
-
-
-/**
- * Reads interceptor metadata from a class
- * 
- * @author Marius Bogoevici
- */
-public interface InterceptorMetadataReader
-{
-   InterceptorMetadata readForInterceptorClass(ClassMetadata<?> clazz);
-
-   InterceptorMetadata readForTargetClass(ClassMetadata<?> clazz);
-}



More information about the jboss-cvs-commits mailing list