Class BeancAnnotation

java.lang.Object
org.apache.juneau.annotation.BeancAnnotation

public class BeancAnnotation extends Object
Utility classes and methods for the @Beanc annotation.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • create

      Instantiates a new builder for this class.
      Returns:
      A new builder object.
    • create

      public static BeancAnnotation.Builder create(String... on)
      Instantiates a new builder for this class.
      Parameters:
      on - The targets this annotation applies to.
      Returns:
      A new builder object.
    • copy

      public static Beanc copy(Beanc a, VarResolverSession r)
      Creates a copy of the specified annotation.
      Parameters:
      a - The annotation to copy.
      r - The var resolver for resolving any variables.
      Returns:
      A copy of the specified annotation.