fr.paris.lutece.util.annotation
Interface IAnnotationDB

All Known Implementing Classes:
ScannotationDB

public interface IAnnotationDB

IAnnotationDB is used to find annotation.


Method Summary
 Set<String> getClassesName(Class<? extends Annotation> annotationType)
          Finds the class having the given annotation
 Set<String> getClassesName(String strAnnotationType)
          Finds classes having the given annotation
 void init()
          Initializes the database
 

Method Detail

init

void init()
Initializes the database


getClassesName

Set<String> getClassesName(Class<? extends Annotation> annotationType)
Finds the class having the given annotation

Parameters:
annotationType - the annotation
Returns:
classes found.

getClassesName

Set<String> getClassesName(String strAnnotationType)
Finds classes having the given annotation

Parameters:
strAnnotationType - the annotation type name
Returns:
classes found.


Copyright © 2014 Mairie de Paris. All Rights Reserved.