Ignore:
Timestamp:
08/31/10 21:21:38 (21 months ago)
Author:
kasper
Message:

Added CLI capability to list analyzers, transformers, datastores, schemas, tables and columns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/descriptors/AbstractBeanDescriptor.java

    r975 r986  
    6363                        if (configuredAnnotation != null) { 
    6464                                if (!field.isAnnotationPresent(Inject.class)) { 
    65                                         logger.warn( 
     65                                        logger.info( 
    6666                                                        "No @Inject annotation found for @Configured field: {}", 
    6767                                                        field); 
     
    7373                        if (providedAnnotation != null) { 
    7474                                if (!field.isAnnotationPresent(Inject.class)) { 
    75                                         logger.warn( 
     75                                        logger.info( 
    7676                                                        "No @Inject annotation found for @Provided field: {}", 
    7777                                                        field); 
Note: See TracChangeset for help on using the changeset viewer.