Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JDT
Release 3.5

com.sun.mirror.apt
Class AnnotationProcessors


java.lang.Object
  extended by 
com.sun.mirror.apt.AnnotationProcessors

public class AnnotationProcessors
extends Object

Utilities to create specialized annotation processors.

Since:
1.5

Field Summary
static  AnnotationProcessor NO_OP
          An annotation processor that does nothing and has no state.
 
Constructor Summary
AnnotationProcessors ()
           
 
Method Summary
static  AnnotationProcessor getCompositeAnnotationProcessor ( AnnotationProcessor... aps)
          Constructs a new composite annotation processor.
static  AnnotationProcessor getCompositeAnnotationProcessor ( Collection< AnnotationProcessor> aps)
          Constructs a new composite annotation processor.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_OP

public static final 
AnnotationProcessor NO_OP
An annotation processor that does nothing and has no state. May be used multiple times.

Since:
1.5
Constructor Detail

AnnotationProcessors

public AnnotationProcessors()
Method Detail

getCompositeAnnotationProcessor

public static 
AnnotationProcessor getCompositeAnnotationProcessor(
AnnotationProcessor... aps)
Constructs a new composite annotation processor. A composite annotation processor combines multiple annotation processors into one and functions by invoking each of its component processors' process methods in sequence.

Parameters:
aps - The processors to create a composite of
Since:
1.5

getCompositeAnnotationProcessor

public static 
AnnotationProcessor getCompositeAnnotationProcessor(
Collection<
AnnotationProcessor> aps)
Constructs a new composite annotation processor. A composite annotation processor combines multiple annotation processors into one and functions by invoking each of its component processors' process methods in the sequence the processors are returned by the collection's iterator.

Parameters:
aps - A collection of processors to create a composite of
Since:
1.5

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire