~ubuntu-branches/ubuntu/wily/geronimo-interceptor-3.0-spec/wily

« back to all changes in this revision

Viewing changes to src/main/java/javax/interceptor/ExcludeClassInterceptors.java

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-06-07 16:36:20 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100607163620-m8k1tvdtlbvyfpda
Tags: 1.0.1-1fakesync1
Fake sync due to mismatching orig tarball (LP: #512430).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
import java.lang.annotation.RetentionPolicy;
31
31
 
32
32
/**
33
 
 * @version $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (mer. 25 oct. 2006) $
 
33
 * @version $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Wed, 25 Oct 2006) $
34
34
 */
35
35
@Target({ElementType.METHOD})
36
36
@Retention(RetentionPolicy.RUNTIME)