Home | History | Annotate | Download | only in tools

Lines Matching refs:constructors

556          'Java: @AssistedInject and @Inject should not be used on different constructors in the same class.',
561 'Java: Constructors on abstract classes are never directly @Injected, only the constructors of their subclasses can be @Inject\'ed.',
751 'Java: Constructors should not be annotated with @Nullable since they cannot return null',
896 'Java: Injected constructors
1551 'patterns': [r".*: warning: 'class .+' only defines private constructors and has no friends"]},