Class TargetedAnnotationTMFCBuilder<B extends TargetedAnnotationTMFCBuilder<B>>

Type Parameters:
B - The actual builder class.
Direct Known Subclasses:
BeanIgnoreAnnotation.Builder

public class TargetedAnnotationTMFCBuilder<B extends TargetedAnnotationTMFCBuilder<B>> extends TargetedAnnotationTMFBuilder<B>
An implementation of an annotation that has an on value targeting classes/methods/fields/constructors.
See Also:
  • Constructor Details

  • Method Details

    • on

      public B on(Constructor<?>... value)
      Appends the constructors that this annotation applies to.
      Parameters:
      value - The values to append.
      Returns:
      This object.